![]() ![]() |
Q: I have a question regarding Let's say I have two endpoints open, ep1 and ep2. Data arrives for ep1, which
then receives a If data arrives on ep2 before the data for ep1 is read, it is my understanding
that ep2 will not get a In other words, does Open Transport queue multiple A: XTI or Open Transport endpoints are handled independently of each other. Whatever events are pending on one endpoint have (for the most part) no effect on any other endpoints. Assume that ep1 gets notified of a Consequently, ep1 will not receive any more Keep in mind that waiting too long to process ep1's |
Developer Documentation | Technical Notes | Development Kits | Sample Code |